home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / dialexe.zip / DIALEXE.RDM < prev    next >
Text File  |  1994-05-05  |  4KB  |  120 lines

  1.     DIALER VERSION 1.0E                    05/05/94
  2.  
  3.  
  4. New features:
  5. 5/5/94:        support multiple phone numbers. Dialer will rotate through
  6.         all the phone numbers specified each time the phone number
  7.         it trying to connect is busy or unavailable.
  8.  
  9.         New interface. The new dialer now use a dialer box as the
  10.         main window and buttons to replace menu bar.
  11.  
  12.         No more resource leaks
  13.  
  14.  
  15. 8/1/94
  16.         User can now specify any of the following in expect,
  17.         send and SendCrAfterConnect box:
  18.         \b    Comm break for 1 second
  19.         \bxx    Comm break for xx seconds
  20.         \xxx    Send ascii character of ascii value xxx
  21.         \r    Carriage return
  22.         \n      Line feed
  23.  
  24. 6/1/94
  25.         Add on-line timer display to show the total time spent
  26.         on-line.
  27.         Longer modem init string box in setup dialog box.
  28.         
  29.  
  30.  
  31. 9/12/93        
  32.         User can now specify '\n' as linefeed  and '\r'
  33.         as carriage return in expect/send pair string. 
  34.  
  35.         Support 56000 BPS
  36.  
  37.         Can now launch up to 2 applications, separated by ';'. 
  38.  
  39.         Simplified communication setting. Click OK will save setting
  40.         by default.
  41.  
  42.         Allow user to specify number of retry in dialer.ini file. Edit the entry 
  43.         "Retry" in the ini file.
  44.         
  45.         Multiple hosts configuration is now possible by duplicating dialer.exe and
  46.         dialer.ini in another directory. Dialer.exe will only look for the ini file
  47.         in the executable directory.
  48.         
  49. 22/11/93    INCLUDED CTL3d.DLL and new option for sending CR after connect
  50.         to wake up remote host or comm server.    
  51.  
  52. -------------------------------------------------------------------------------
  53.  
  54.     This is a general purpose dialer for launching other
  55. Windows based application that hasn't got modem access capability built in.
  56. The modem section support Hayes compatible modem setting. Initialisation string
  57. is user definable up to 30 characters long.
  58.     
  59.     The "Send CR after connect" is required only if your system
  60. requires a CR to wake it up after connection is made. Sepcify "None"
  61. if you don't want this option.
  62.  
  63.     The expect/send pairs section allows user to define their own
  64. host access sequence. For example for accessing Demon service here in UK
  65. you would fill up the expect/send pairs section as follows:
  66.  
  67.     Expect        Send            Expect      send
  68.     ------        -----            ------      -----
  69.      1   ogin:        user name\n        3    Protocol  SLIP\n
  70.      2     assword:    yousr password\n    4    HELLO      None    
  71.                         5    None      None
  72.  
  73.     Launch Program: d:\winsock\tcpman;d:\mosaic\mosaic
  74.     ( Note ';' is used to separate the TCPMAN and Mosaic )
  75.  
  76.     Once connected, the access sequence goes like this:
  77.     
  78.     Expect string ogin:
  79.     Got ogin: send user name
  80.     Expect string assword:
  81.     Got assword:    send password
  82.     Expect string Protocol
  83.     Got Protocol send SLIP
  84.     Expect string HELLO
  85.     Got HELLO send nothing
  86.     Ignore sequence 5
  87.     Launch application program.
  88.         
  89.     
  90.     If None is specified in any of the expect coloumns, the dialer
  91. will skip that expect/send pair. Specify "None" in send column
  92. tells dialer to send nothing back.
  93.     
  94. Note:
  95.     Unused pairs must be filled in with "None" to stop dialer
  96. from hanging.
  97.     
  98.     Do not quit the dialer while your application is running.
  99. Use hangup to disconnect once you have closed your application.
  100.     
  101.     There is no need to specify AT&D0 to stop the DTR from hanging
  102. up your modem. Once the connection is made, the dialer will release
  103. control of the comm port.
  104.  
  105.     The launch program field in the setup dialog box user must specify
  106. the full path of his or her application program to be launched unless the
  107. program is in the PATH. Th minimized checked bx allows user to specify
  108. whether the program is to be launched in minimized or full window.
  109.  
  110.  
  111. +------------------------------------------------------------------------+
  112. + K.H.Ping                                                               +
  113. + Internet: ping@genie.demon.co.uk                ______                 +
  114. + Associated Newspapers Ltd.                     /     /  .  ___     ____+
  115. + Northcliffe House, 2 Northcliffe House        /_____/  /  /   \   /   /+
  116. + Room 412A, Kensington, London W8 5TT         /        /  /    /  /__ / +
  117. + Tel: +44 71 9387198  Fax: +44 71 9382008    /        /  /    /      /  +
  118. +--------------------------------------------------------------------/---+
  119.                                                                  \__/
  120.